home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / scode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  216 b   |  20 lines

  1. /*++
  2.  
  3. Copyright (c) 1992-1996 Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     scode.h
  8.  
  9. Abstract:
  10.  
  11.     Obsolete SCODE header file.  Use WINERROR.H
  12.  
  13. --*/
  14.  
  15. #ifndef  _WINERROR_
  16.  
  17. #include <winerror.h>
  18.  
  19. #endif
  20.